Nevron.Nov.Diagram.Batches Namespace / NBatch<TItem> Class
Members
In This Topic
    NBatch<TItem> Class
    In This Topic
    The NBatch class serves as base class for all batch classes that perform batch operations on multiple items of specific type.
    Object Model
    NBatch<TItem> Class
    Syntax
    public abstract class NBatch<TItem> 
    where TItem: NNode
    Type Parameters
    TItem
    Remarks
    Before using a batch you must call the Build method, which takes only one parameter - the items from which the batch must be built
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.Diagram.Batches.NBatch<TItem>
          Nevron.Nov.Diagram.Batches.NBatchDiagramItem<TItem>

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also